projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821adea
)
(cua--pre-command-handler): Corrected
author
Kim F. Storm
<storm@cua.dk>
Fri, 3 Jan 2003 13:00:08 +0000
(13:00 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 3 Jan 2003 13:00:08 +0000
(13:00 +0000)
handling of delete-selection properties.
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index 5f8fc8533dac143befc3c5ecfe89a14fd71c13e0..9018e0e95d382d7d4df59d270ede7fa5d67a89b6 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-977,12
+977,12
@@
Extra commands should be added to `cua-user-movement-commands'")
'cua-copy-region))
((eq ds 'supersede)
(if cua--rectangle
- 'cua-delete-rectangle
;; replace?
- 'cua-
replac
e-region))
+ 'cua-delete-rectangle
+ 'cua-
delet
e-region))
(t
(if cua--rectangle
- 'cua-delete-rectangle
- 'cua-
delet
e-region)))))
+ 'cua-delete-rectangle
;; replace?
+ 'cua-
replac
e-region)))))
(if nc
(setq this-original-command this-command
this-command nc)))))